Case data display
Renders case data in a form

Usage
This Component can be used by using the following HTML Tag:
<tcla-live-apps-case-data-display></tcla-live-apps-case-data-display>
Inputs
| Attribute | Type | Comments |
|---|---|---|
| appId | string | The case reference |
| caseData | string | The case data |
| caseRef | string | The typeId |
| customFormDefs | CustomFormDefs | Custom Form configuration file |
| formRef | string | Custom Form Reference |
| formsFramework | string | |
| layout | [] | |
| name | string | The 'name' of the main case type |
| sandboxId | number | SandboxId |
| schema | JsonSchema | The schema of the case type |
| typeId | string | The applicationId |
Outputs
| Attribute | Type | Comments | |
|---|---|---|---|
| refreshEvent | EventEmitter |
full development Documentation